projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad1bee
)
(setup-8-bit-environment):
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Jun 1997 07:02:02 +0000
(07:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Jun 1997 07:02:02 +0000
(07:02 +0000)
Load the file with load, not require, so that we reload it if nec.
lisp/language/european.el
patch
|
blob
|
history
diff --git
a/lisp/language/european.el
b/lisp/language/european.el
index dba8684d2acc6a3dbdb6658d203855d7d356f9e5..9c1903a5c594f10c45197f64819f32aebb23fac5 100644
(file)
--- a/
lisp/language/european.el
+++ b/
lisp/language/european.el
@@
-63,7
+63,7
@@
;; in single-byte mode.
(when (and latin-name
(string-match "^Latin-\\([1-9]\\)$" latin-name))
- (
require (intern (downcase latin-name)
))))))
+ (
load (downcase latin-name
))))))
\f
;; Latin-1 (ISO-8859-1)